-
Notifications
You must be signed in to change notification settings - Fork 160
fix(elements): add export for DefaultMergeStrategy - 20.1.x #16335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds the missing export for DefaultMergeStrategy in the public API of the igniteui-angular-elements package, addressing issue #16024.
- Added import of
DefaultMergeStrategyfrom the merge-strategy module - Exported
DefaultMergeStrategywith theIgcDefaultMergeStrategyalias
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@IMinchev64 @dkamburov @skrustev Extending the default merge strategy in react works fine now, however when building from this branch and bundling the packages for react manually it seems that merging breaks: Not sure if it's an issue with missing styles or maybe something else that caused issue with the size of the merged cells. Either way it needs more investigation. |
|
Also it works as expected in |
|
Approving since issue might be in the way the wc grid package was combined (with this powershell script: https://github.com/IgniteUI/igniteui-api-analyzer/pull/108). It's possible that something in it is missing. |

Related to #16024
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)